projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebeaa72
)
; * lisp/international/mule.el (define-coding-system): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 1 May 2025 18:02:39 +0000
(21:02 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 1 May 2025 18:02:39 +0000
(21:02 +0300)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 8063ef68b7eda841e897797d2ceb0c67a4f9a477..ddb2894daee8bec48b87ee973a78366cff543558 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-793,8
+793,9
@@
coding-system, to avoid infinite recursion.
`:default-char'
-VALUE must be a character. On encoding, a character not supported by
-the coding system is replaced with VALUE.
+VALUE must be a character. On encoding, characters that are not
+supported by the coding system are each replaced with VALUE. If
+not specified, the default is the space character #x20.
`:for-unibyte'